home *** CD-ROM | disk | FTP | other *** search
- #define LA_THREAD_SERVER 0x4c00 /* create a daemon to create acc procs */
- #define LA_INIT_ACC 0x4c01 /* creates a process for this application and
- * returns a lap * to for the calling
- * _process_ */
- #define LA_WAKE_APP 0x4c02 /* wake process wating for arg, and wait for
- * condition curapp */
- #define LA_LOAD_ACC 0x4c03 /* have this process launch an accessory */
- #define LA_KILL_ACC 0x4c04 /* takes arg apid, and deletes it */
- #define LA_BUILD_ENV 0x4c05 /* takes a pointer to an environment and
- * returns an environ *. this may alter the
- * environment it is given:
- * "PATH=\0c:\0" becomes "PATH=C:\0\0"
- */
-